Q3ViewerWriteData
You can use theQ3ViewerWriteData
function to update the memory data being displayed in a viewer.
unsigned long Q3ViewerWriteData ( TQ3ViewerObject theViewer, void **data);
theViewer
- A viewer object.
data
- A pointer to the beginning of a block of data in memory.
DESCRIPTION
TheQ3ViewerWriteData
function writes the 3D data currently associated with the viewer object specified by thetheViewer
parameter to the memory location specified by thedata
parameter.